home *** CD-ROM | disk | FTP | other *** search
/ Swimwear Illustrated / Swimwear Illustrated.iso / mac / main / MAIN.Dir / 00021_Script_21 < prev    next >
Text File  |  1995-09-26  |  284b  |  13 lines

  1. on exitFrame
  2.   if not soundbusy(1) then
  3.     sound playfile 1, "mainintr.aif"
  4.   end if
  5.   repeat with i = 14 to 17
  6.     if rollover(i) then
  7.       set the visible of sprite i to true
  8.     else
  9.       set the visible of sprite i to false
  10.     end if
  11.     end repeat
  12.     go loop
  13. end